created on Mon Nov 04 12:36:01 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

42

100.0%

1 minutes, 50.146 seconds

0

0

0

2. Features

2.1. Functionality of Component with Default variant and Static List in XS PASS

Result: PASS Time: 5.402 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XS The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 320 and height: 480

2.2. Functionality of Component with Default variant and Static List in SM PASS

Result: PASS Time: 2.688 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in SM The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 640 and height: 480

2.3. Functionality of Component with Default variant and Static List in MD PASS

Result: PASS Time: 1.933 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in MD The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1024 and height: 768

2.4. Functionality of Component with Default variant and Static List in LG PASS

Result: PASS Time: 2.301 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

2.5. Functionality of Component with Default variant and Static List in XLG PASS

Result: PASS Time: 2.110 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1920 and height: 1280

2.6. Functionality of Component with Default variant and Static List in XXLG PASS

Result: PASS Time: 2.313 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List in XXLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 2560 and height: 1440

2.7. Functionality of Component with Default variant and Static List with Image Option Rendition in XS PASS

Result: PASS Time: 1.702 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XS The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 320 and height: 480

2.8. Functionality of Component with Default variant and Static List with Image Option Rendition in SM PASS

Result: PASS Time: 1.922 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in SM The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 640 and height: 480

2.9. Functionality of Component with Default variant and Static List with Image Option Rendition in MD PASS

Result: PASS Time: 2.346 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in MD The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1024 and height: 768

2.10. Functionality of Component with Default variant and Static List with Image Option Rendition in LG PASS

Result: PASS Time: 1.915 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in LG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1366 and height: 1024

2.11. Functionality of Component with Default variant and Static List with Image Option Rendition in XLG PASS

Result: PASS Time: 2.041 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XLG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 1920 and height: 1280

2.12. Functionality of Component with Default variant and Static List with Image Option Rendition in XXLG PASS

Result: PASS Time: 2.335 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist2"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Rendition in XXLG The component should be on the page

  • And Should have only img

1
assert $("${selector} img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using renditions

1
assert $("${selector} img").attr("src").contains("_jcr_content")
  • Where: Browser size width: 2560 and height: 1440

2.13. Functionality of Component with Default variant and Static List with Image Option Adaptive in XS PASS

Result: PASS Time: 1.783 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XS The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 320 and height: 480

2.14. Functionality of Component with Default variant and Static List with Image Option Adaptive in SM PASS

Result: PASS Time: 1.810 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in SM The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 640 and height: 480

2.15. Functionality of Component with Default variant and Static List with Image Option Adaptive in MD PASS

Result: PASS Time: 2.202 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in MD The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1024 and height: 768

2.16. Functionality of Component with Default variant and Static List with Image Option Adaptive in LG PASS

Result: PASS Time: 2.067 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in LG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1366 and height: 1024

2.17. Functionality of Component with Default variant and Static List with Image Option Adaptive in XLG PASS

Result: PASS Time: 2.695 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 1920 and height: 1280

2.18. Functionality of Component with Default variant and Static List with Image Option Adaptive in XXLG PASS

Result: PASS Time: 2.471 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist3"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Image Option Adaptive in XXLG The component should be on the page

  • And Should have one img in picture elements

1
assert $("${selector} picture img").size() == 1
  • And Should have data-href attribute

1
assert $("${selector} img").attr("data-href") == "/content/dam/aemdesign-showcase/en/common/aem-design.png"
  • And Should have src using img selector

1
assert $("${selector} img").attr("src").contains(".img.")
  • Where: Browser size width: 2560 and height: 1440

2.19. Functionality of Component with Default variant and Static List with Multiple Images in XS PASS

Result: PASS Time: 1.761 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XS The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 320 and height: 480

2.20. Functionality of Component with Default variant and Static List with Multiple Images in SM PASS

Result: PASS Time: 1.738 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in SM The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 640 and height: 480

2.21. Functionality of Component with Default variant and Static List with Multiple Images in MD PASS

Result: PASS Time: 2.231 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in MD The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1024 and height: 768

2.22. Functionality of Component with Default variant and Static List with Multiple Images in LG PASS

Result: PASS Time: 2.187 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in LG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1366 and height: 1024

2.23. Functionality of Component with Default variant and Static List with Multiple Images in XLG PASS

Result: PASS Time: 5.171 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 1920 and height: 1280

2.24. Functionality of Component with Default variant and Static List with Multiple Images in XXLG PASS

Result: PASS Time: 3.872 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist4"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Images in XXLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • Where: Browser size width: 2560 and height: 1440

2.25. Functionality of Component with Default variant and Child List in XS PASS

Result: PASS Time: 1.915 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XS The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 320 and height: 480

2.26. Functionality of Component with Default variant and Child List in SM PASS

Result: PASS Time: 1.692 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in SM The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 640 and height: 480

2.27. Functionality of Component with Default variant and Child List in MD PASS

Result: PASS Time: 2.001 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in MD The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1024 and height: 768

2.28. Functionality of Component with Default variant and Child List in LG PASS

Result: PASS Time: 2.291 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in LG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1366 and height: 1024

2.29. Functionality of Component with Default variant and Child List in XLG PASS

Result: PASS Time: 3.038 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 1920 and height: 1280

2.30. Functionality of Component with Default variant and Child List in XXLG PASS

Result: PASS Time: 3.329 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist5"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Child List in XXLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • Where: Browser size width: 2560 and height: 1440

2.31. Functionality of Component with Default variant and Descendants List in XS PASS

Result: PASS Time: 1.600 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XS The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 320 and height: 480

2.32. Functionality of Component with Default variant and Descendants List in SM PASS

Result: PASS Time: 1.587 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in SM The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 640 and height: 480

2.33. Functionality of Component with Default variant and Descendants List in MD PASS

Result: PASS Time: 1.756 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in MD The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1024 and height: 768

2.34. Functionality of Component with Default variant and Descendants List in LG PASS

Result: PASS Time: 2.810 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in LG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1366 and height: 1024

2.35. Functionality of Component with Default variant and Descendants List in XLG PASS

Result: PASS Time: 2.827 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 1920 and height: 1280

2.36. Functionality of Component with Default variant and Descendants List in XXLG PASS

Result: PASS Time: 2.945 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Descendants List in XXLG The component should be on the page

  • And Should have three img in picture elements

1
assert $("${selector} picture img").size() == 5
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • Where: Browser size width: 2560 and height: 1440

2.37. Functionality of Component with Default variant and Static List with Multiple Asset Types in XS PASS

Result: PASS Time: 1.651 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XS The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 320 and height: 480

2.38. Functionality of Component with Default variant and Static List with Multiple Asset Types in SM PASS

Result: PASS Time: 1.995 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in SM The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 640 and height: 480

2.39. Functionality of Component with Default variant and Static List with Multiple Asset Types in MD PASS

Result: PASS Time: 2.446 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in MD The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1024 and height: 768

2.40. Functionality of Component with Default variant and Static List with Multiple Asset Types in LG PASS

Result: PASS Time: 2.491 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in LG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1366 and height: 1024

2.41. Functionality of Component with Default variant and Static List with Multiple Asset Types in XLG PASS

Result: PASS Time: 3.095 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 1920 and height: 1280

2.42. Functionality of Component with Default variant and Static List with Multiple Asset Types in XXLG PASS

Result: PASS Time: 3.485 seconds

  • Given: >the page hierarchy is created as "Components" > "Lists" > "Asset List"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#assetlist7"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
2
def component = waitForComponent(selector)
takeScreenshot($(selector).firstElement(), "The component should be on the page")
Current

Functionality of Component with Default variant and Static List with Multiple Asset Types in XXLG The component should be on the page

  • And Should have four img in picture elements

1
assert $("${selector} picture img").size() == 4
  • And Should have one video

1
assert $("${selector} video source").getAttribute("type") == "video/mp4"
  • And Should have one audio

1
assert $("${selector} audio source").getAttribute("type") == "audio/mpeg"
  • Where: Browser size width: 2560 and height: 1440